OCPBUGS-81668: Fix User Preferences responsive breakpoints bug#16279
Conversation
|
@sg00dwin: This pull request references Jira Issue OCPBUGS-81668, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@sg00dwin: This pull request references Jira Issue OCPBUGS-81668, which is valid. 3 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
📝 WalkthroughWalkthroughThis pull request refactors the user preferences UI by replacing custom CSS styling with PatternFly components. The changes remove 48 lines of SCSS across two stylesheet files ( 🚥 Pre-merge checks | ✅ 10✅ Passed checks (10 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
91a978e to
a09975c
Compare
Agreed. Added width sizing to |
Also, apply an override z-index to handle upstream PatternFly bug Assisted by Claude code
a09975c to
13ecac9
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: logonoff, sg00dwin The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/verified by @logonoff |
|
@logonoff: This PR has been marked as verified by DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@sg00dwin: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
@sg00dwin: Jira Issue Verification Checks: Jira Issue OCPBUGS-81668 Jira Issue OCPBUGS-81668 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |







Summary
co-user-preference-page-content) with PatternFlySidebar,SidebarPanel, andSidebarContentcomponentsUserPreferencePage.scssandUserPreferenceForm.scss— zero custom CSS remainsFixes content not filling its container at viewports > 1200px due to hardcoded
max-width: 50%and non-standard breakpoints.Bug Screenshot
This bug will be more apparent when the console incorporates the upcoming PatternFly Glass theme
After Fix Confirmation
Test plan
Assisted by Claude code
Summary by CodeRabbit
Refactor
Style